home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
BoneToDog.swf
/
scripts
/
DefineButton2_209
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
196 b
|
10 lines
on(press){
Mouse.hide();
_root.check = 0;
_root.aaa2._visible = true;
_root.havePress = true;
_root.kind = 1;
startDrag(_root.aaa2,1);
_root.gotoAndPlay("start2");
}